home *** CD-ROM | disk | FTP | other *** search
- ; ??? Created by Lisa Gelobter
- ; ??? Mod by Matt Abarbanel added deletion of old elmo files
- ; 07/23/97 Mod by Matt Abarbanel added new IE 4 keys and uninstall sections
- ; and added coments
- ; General notes
- ; 11 = the windows\system directory read in from the currentVersion key
- ; 17 = Windows\inf directory
-
-
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.5
-
- [DefaultInstall]
- ; Copy the files
- ; delete the old elmo files
- ; add new registry keys
- ; register the OCX
-
- CopyFiles=SWFiles, xtrafiles, inffile
- Delfiles=OldElmoFiles
- AddReg=SW.AddReg
- RegisterOCXs=RegisterOCXSection
-
-
-
- [DefaultUninstall]
- ; call cleanup=1 to have the inf file deleted after the unistall is run
- ; delete the files that were added during the install. Do not include the inf section
- ; Delete the key that were added to the registry during the install
- ; unregister the OCX
-
- cleanup=1
- Delfiles=SWFiles, xtrafiles
- delreg=SW.DelReg
- UnRegisterOCXs=UnRegisterOCXSection
-
-
-
- [strings]
- ; define strings used in the INF
- ; productname= is used for naming the install when called from IE
- ; this is also what sholud be localized if necessary
-
- productname="Shockwave for Director"
-
-
- [RegisterOCXSection]
- %11%\macromed\director\ie32dsw.ocx
-
- [UnRegisterOCXSection]
- %11%\macromed\director\ie32dsw.ocx
-
-
- [SW.AddReg]
- ;HKLM,"SOFTWARE\Microsoft\Active Setup\Installed ;Components\{2A202491-F00D-11cf-87CC-0020AFEECF20}",,0,"MacroMedia ;ShockWave ActiveX ;Control"
-
- ;HKLM,"SOFTWARE\Microsoft\Active Setup\Installed ;Components\{2A202491-F00D-11cf-87CC-0020AFEECF20}","Version",1,05,00,00,00;,01,00,3D,00
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietDisplayName",,"%ProductName%"
-
- ; add the 5 after uninstall for the silent mode
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"RequiresIESysFile",,"4.70.0.1155"
-
- [SW.DelReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietDisplayName",,"%ProductName%"
-
- ; add the 5 after uninstall for the silent mode
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"RequiresIESysFile",,"4.70.0.1155"
-
- [SourceDisksNames]
- 1="Shockwave Files","swdir.cab",1
-
- [SourceDisksFiles]
- ie32dsw.ocx=1
- xobglu32.dll=1
- xobglu16.dll=1
- m5if32.dll=1
- m5drvr32.exe=1
- m5drvr32.rsr=1
- asifont.map=1
- asiport.rsr=1
- Brwsserv.x32=1
- GIFImpor.x32=1
- JPEGImpo.x32=1
- Mix32.x32=1
- Netfile.x32=1
- Netlingo.x32=1
- SoundImp.x32=1
- Swadcmpr.x32=1
- Swastrm.x32=1
-
- [SWFiles]
- IE32DSW.ocx
- xobglu32.dll
- xobglu16.dll
- m5if32.dll
- m5drvr32.exe
- m5drvr32.rsr
- asifont.map
- asiport.rsr
-
- [xtrafiles]
- Brwsserv.x32
- GIFImpor.x32
- JPEGImpo.x32
- Mix32.x32
- Netfile.x32
- Netlingo.x32
- SoundImp.x32
- Swadcmpr.x32
- Swastrm.x32
-
- [inffile]
- swdir.inf
-
- [OldElmoFiles]
- ie32dsw.ocx
- xobglu32.dll
- xobglu16.dll
- m5if32.dll
- m5drvr32.exe
- m5drvr32.rsr
- asifont.map
- asiport.rsr
- swadcmpr.x32
- swastrm.x32
- intro.dcr
- ie32dsw.txt
-
- [DestinationDirs]
- OldElmoFiles=11
- SWFiles=11, Macromed\Director
- xtrafiles=11, Macromed\Director\Xtras
- inffile=17